All Questions
1 question
3votes
3answers
1kviews
How to maintain modularity in C?
I am writing C code with multiple modules like LCD display, flash memory, and GSM module etc. The project consists of thousands of lines of code, in different files. The behavior of the system can be ...